[trivial] Fix bracing style in std.traits#5449
Conversation
|
@quickfur looks like a transient error on the doc builder, please force push |
|
Force push isn't doing anything, because my branch is already up-to-date. Any other way to kick the autotester to re-run the test? |
Do something like this (On the go, otherwise I can repush myself later). |
03e3ff7 to
09e5a3c
Compare
|
Ah, thanks for the tip! All done now. |
|
Hrm. It's still failing. :-( |
|
Ping @CyberShadow, build log says |
|
Yeah, DAutoTest is currently all red. It greenlit a bad PR which should've been red due to a cached dependency. Sorry about that. Currently bisecting to find the bad PR. |
|
@CyberShadow thx! Also @CyberShadow and @MartinNowak why is jenkins unhappy with this? Error msg seems unrelated: source/unit_threaded/io.d(334,26): Error: expected 0 arguments, not 2 for non-variadic function type nothrow @nogc ref @system File()
source/unit_threaded/io.d(335,26): Error: expected 0 arguments, not 2 for non-variadic function type nothrow @nogc ref @system File()
source/unit_threaded/io.d(285,27): Error: template instance unit_threaded.io.threadWriter!(makeGlobal, makeGlobal) error instantiating
Warning: testIssue31 passes the criteria for a value-parameterized test function but doesn't have the appropriate value UDAs.
Consider changing its name or annotating it with @DontTest |
I think Jenkins has been unhappy about everything since #5421. |
|
Fixed, should be green soon: dlang/dlang.org#1682 |
No description provided.